Skip to content

fix(website-e2e): assert differentiator section by stable id#358

Merged
blove merged 1 commit into
mainfrom
claude/fix-website-e2e
May 16, 2026
Merged

fix(website-e2e): assert differentiator section by stable id#358
blove merged 1 commit into
mainfrom
claude/fix-website-e2e

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 16, 2026

Summary

Tiny test-only fix. The website e2e spec asserts a landing-page differentiator section by an outdated heading copy ("Built for Angular, not retrofitted.") that no longer appears on the page. The section's stable id (`#differentiator-heading`) is unchanged. Switching the assertion to the id mirrors what every other landing-page check in the same file already does (`#hero-heading`, `#stream-heading`, `#render-heading`, `#ship-heading`).

Test was failing on main, blocking every open PR's `Website — e2e` check.

Test plan

  • Selector matches the existing component (`apps/website/src/components/landing/Differentiator.tsx:62` uses `id="differentiator-heading"`)
  • CI green

…le heading copy

Landing page copy changed (heading no longer reads 'Built for Angular,
not retrofitted.') but the section's id stayed (id=differentiator-heading
in apps/website/src/components/landing/Differentiator.tsx). Test was
failing on main. Stable-id selectors are also what the other landing-page
checks in this file use (#hero-heading, #stream-heading, #render-heading,
#ship-heading).
@vercel
Copy link
Copy Markdown

vercel Bot commented May 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 16, 2026 1:40pm

Request Review

@blove blove merged commit 5f30492 into main May 16, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant